home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / garfield.swf / scripts / DefineSprite_372_italy_helper / frame_40 / DoAction.as < prev   
Encoding:
Text File  |  2010-04-12  |  147 b   |  10 lines

  1. if(!first_time)
  2. {
  3.    this._x -= 94;
  4. }
  5. if(Math.abs(_parent.ball_mov._x - (this._x + 65)) < 53)
  6. {
  7.    gotoAndStop("move_ball");
  8.    play();
  9. }
  10.